home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / competition team stats.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.9 KB  |  50 lines

  1. <panel>
  2.  
  3.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  4.     
  5.     <!-- titled box -->
  6.     <container class="titled_box" id="titb" alignment="left">
  7.     
  8.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>    
  9.         
  10.         <!-- embedded buttons -->
  11.         <container id="btns" embed_in_frame="true">
  12.  
  13.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  14.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  15.             
  16.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  17.             
  18.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  19.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  20.         
  21.             <widget class="embedded_popup_button" id="viem" select_event="asch" text="View" save_current_state="true" fixed="true" auto_size="all" embed_in_frame="true"/>
  22.         </container>
  23.  
  24.         <!-- main table -->
  25.         <widget class="table" id="stat" mode="fill_rows" layout="95,-1,-1,200" auto_size_rows="true" row_span="0">
  26.         
  27.             <list id="headings">
  28.                 <record text="Rank" alignment="left,centre_y"/>
  29.                 <record text="" alignment="left,centre_y"/>
  30.                 <record text="" alignment="left,centre_y"/>
  31.                 <record text="" alignment="left,centre_y"/>
  32.             </list>
  33.             
  34.             <list id="column_properties">
  35.                 <record indx="3" alignment="left"/>
  36.             </list>
  37.             
  38.             <!-- column display properties -->
  39.             <list id="column_display_properties">
  40.                 <record indx="0" id="numc" left="4" sort_disabled="true"/>
  41.                 <record indx="1" id="temc" sort_disabled="true"/>
  42.                 <record indx="2" id="nocc" sort_disabled="true"/>
  43.                 <record indx="3" id="valc" right="4" sort_disabled="true"/>
  44.             </list>
  45.         
  46.         </widget>
  47.         
  48.     </container>
  49.     
  50. </panel>